type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2410: body := &bodyEOFSignal{
transport.go#L3052: type bodyEOFSignal struct {
transport.go#L3064: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L3087: func (es *bodyEOFSignal) Close() error {
transport.go#L3102: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L3117: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)